Package com.cisco.pt.ipc.sim.pdu
Interface OSPFv6RouterInterface
- All Known Implementing Classes:
OSPFv6RouterInterfaceImpl
-
Method Summary
Modifier and TypeMethodDescriptionintintgetType()voidsetIntefaceId(int intefaceId) voidvoidsetNeighborInterfaceId(int neighborInterfaceId) voidsetNeighborRouterId(IPAddress neighborRouterId) voidMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getType
Byte getType()- Returns:
- Byte Returns a Byte
-
setType
- Parameters:
type- Takes in a parameter of type
-
getMetric
Short getMetric()- Returns:
- Short Returns a Short
-
setMetric
- Parameters:
metric- Takes in a parameter of metric
-
getIntefaceId
int getIntefaceId()- Returns:
- int Returns a int
-
setIntefaceId
void setIntefaceId(int intefaceId) - Parameters:
intefaceId- Takes in a parameter of intefaceId
-
getNeighborInterfaceId
int getNeighborInterfaceId()- Returns:
- int Returns a int
-
setNeighborInterfaceId
void setNeighborInterfaceId(int neighborInterfaceId) - Parameters:
neighborInterfaceId- Takes in a parameter of neighborInterfaceId
-
getNeighborRouterId
IPAddress getNeighborRouterId()- Returns:
- IPAddress Returns a IPAddress
-
setNeighborRouterId
- Parameters:
neighborRouterId- Takes in a parameter of neighborRouterId
-